home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / utility / rexxalgo.zip / FILE_ID.DIZ next >
Text File  |  1996-07-15  |  601b  |  19 lines

  1. The file RXALG011.CMD is the collection of some  Rexx-algorithms.
  2. Following templates are placed at your's disposal:
  3.   1. Binary search
  4.   2. Bubble sort 
  5.   3. Insertion sort
  6.   4. Quick sort
  7.   5. Shell sort
  8.   6. Square root
  9.   7. Digital Audio Player (mciRexx)
  10.   8. Translation to lower case
  11.   9. Translation the date to the julian date
  12.  10. Translation julian date to the date
  13. All these code templates are written as internal subroutines.
  14. Unzip it with UNZIP.EXE
  15.  
  16. RexxAlgo - Some useful Rexx-algorithms
  17.  
  18. REXX SORT SEARCH BINARY BUBBLE INSERT SHELL QUICK AUDIO PLAY ALGORITHM TOLOWER
  19.